Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Transform Method / Transform(PointF[],Int32,Int32) Method

In This Topic
    Transform(PointF[],Int32,Int32) Method
    In This Topic
    Transforms an array of points by this matrix.
    Syntax
    'Declaration
     
    Public Overloads Sub Transform( _
       ByVal points() As System.Drawing.PointF, _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void Transform( 
       System.Drawing.PointF[] points,
       System.int startIndex,
       System.int count
    )

    Parameters

    points
    startIndex
    count
    See Also